home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / monthw.dir / 00055.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  245 b   |  12 lines

  1. on enterFrame
  2.   clearcurs()
  3.   set yubicurs to list(904, 905)
  4.   repeat with n = 2 to 9
  5.     set the cursor of sprite n to yubicurs
  6.   end repeat
  7.   repeat with n = 12 to 26
  8.     set the cursor of sprite n to yubicurs
  9.   end repeat
  10.   updateStage()
  11. end
  12.